//==============================================================================
// Crystal Burst_anim.txt
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
  {
      version
      {
         Visualparticle Kelthuzad BlueGlowSFX
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   { 
      set hotspot
      {
         version
         {
            		Visual CrystalBurst_spawn
			Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false CrystalSpawnSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualnone
	 }
      }
   }
}